object FormOption: TFormOption Left = 475 Top = 425 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Option' ClientHeight = 225 ClientWidth = 392 Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter Scaled = False OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object PageControl: TPageControl Left = 0 Top = 0 Width = 392 Height = 225 ActivePage = TabSheetGeneral Align = alClient ParentShowHint = False ShowHint = True TabOrder = 0 object TabSheetGeneral: TTabSheet Caption = 'General' object FxLabel1: TFxLabel Left = 16 Top = 16 Width = 121 Height = 25 Alignment = taCenter BevelOuter = bvNone Caption = 'Auto Check : Every ' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object FxLabel3: TFxLabel Left = 208 Top = 16 Width = 49 Height = 25 Alignment = taCenter BevelOuter = bvNone Caption = 'Minute.' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object FxLabel7: TFxLabel Left = 18 Top = 85 Width = 105 Height = 25 Alignment = taCenter BevelOuter = bvNone Caption = 'E-Mail Program :' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object FxLabel12: TFxLabel Left = 18 Top = 120 Width = 89 Height = 25 Alignment = taCenter BevelOuter = bvNone Caption = 'Viewer Font : ' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object FxLabel2: TFxLabel Left = 17 Top = 51 Width = 113 Height = 25 Alignment = taCenter BevelOuter = bvNone Caption = 'Network Timeout: ' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object FxLabel4: TFxLabel Left = 209 Top = 51 Width = 57 Height = 25 Alignment = taCenter BevelOuter = bvNone Caption = 'Second.' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object FxLabel13: TFxLabel Left = 23 Top = 154 Width = 77 Height = 25 Alignment = taCenter BevelOuter = bvNone Caption = 'Printer Font : ' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object EditAutoCheck: TEdit Left = 144 Top = 16 Width = 49 Height = 24 Hint = 'Automatically check servers within this interval.' MaxLength = 4 TabOrder = 0 Text = '3' OnChange = EditIntegerChange end object EditMailProgram: TEdit Left = 146 Top = 85 Width = 137 Height = 24 Hint = 'Reply E-mail by this program.' TabOrder = 2 end object EditViewerFontName: TEdit Left = 146 Top = 121 Width = 137 Height = 24 Hint = 'Click browse button to change font for viewer.' TabStop = False AutoSize = False ReadOnly = True TabOrder = 6 end object EditViewerFontSize: TEdit Left = 106 Top = 120 Width = 33 Height = 24 TabStop = False AutoSize = False ReadOnly = True TabOrder = 7 Text = 'Size' Visible = False end object EditTimeout: TEdit Left = 145 Top = 51 Width = 49 Height = 24 Hint = 'Break network session if no response within this interval.' MaxLength = 4 TabOrder = 1 Text = '30' OnChange = EditIntegerChange end object ButtonMail: TButton Left = 298 Top = 85 Width = 75 Height = 25 Hint = 'Click to choose an E-Mail program.' Caption = '&Browse' TabOrder = 3 OnClick = SelectFile end object ButtonViewerFont: TButton Left = 298 Top = 120 Width = 75 Height = 25 Hint = 'Click to choose font for viewer.' Caption = 'B&rowse' TabOrder = 4 OnClick = ButtonViewerFontClick end object EditPrinterFontSize: TEdit Left = 106 Top = 154 Width = 33 Height = 24 TabStop = False AutoSize = False ReadOnly = True TabOrder = 8 Text = 'Size' Visible = False end object EditPrinterFontName: TEdit Left = 146 Top = 154 Width = 137 Height = 24 Hint = 'Click browse button to change font for printer.' TabStop = False AutoSize = False ReadOnly = True TabOrder = 9 end object ButtonPrinterFont: TButton Left = 298 Top = 154 Width = 75 Height = 25 Hint = 'Click to choose font for printer.' Caption = 'Br&owse' TabOrder = 5 OnClick = ButtonPrinterFontClick end end object TabSheetNetwork: TTabSheet Caption = 'Network' object FxLabel8: TFxLabel Left = 156 Top = 16 Width = 49 Height = 25 Alignment = taCenter BevelOuter = bvNone Caption = 'Name : ' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object FxLabel9: TFxLabel Left = 156 Top = 48 Width = 49 Height = 25 Alignment = taCenter BevelOuter = bvNone Caption = 'Server :' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object FxLabel10: TFxLabel Left = 156 Top = 80 Width = 49 Height = 25 Alignment = taCenter BevelOuter = bvNone Caption = 'Login : ' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object FxLabel11: TFxLabel Left = 156 Top = 112 Width = 73 Height = 25 Alignment = taCenter BevelOuter = bvNone Caption = 'Password : ' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object ListBoxName: TListBox Left = 16 Top = 16 Width = 121 Height = 164 Hint = 'Click to choose a server to edit.' IntegralHeight = True ItemHeight = 16 Items.Strings = ( '' '' '' '' '' '' '' '' '' '') TabOrder = 0 OnClick = ListBoxNameClick end object EditName: TEdit Left = 232 Top = 16 Width = 137 Height = 24 Hint = 'Enter an alias for this server.' TabOrder = 1 OnChange = EditNameChange end object EditHost: TEdit Left = 232 Top = 48 Width = 137 Height = 24 Hint = 'Server'#39's IP or domain name.' TabOrder = 2 end object EditLogin: TEdit Left = 232 Top = 80 Width = 137 Height = 24 Hint = 'Login name for this server.' TabOrder = 3 end object EditPassword: TEdit Left = 233 Top = 112 Width = 137 Height = 24 Hint = 'Password for this server. (Optional)' PasswordChar = '*' TabOrder = 4 end object ButtonAdd: TButton Left = 156 Top = 151 Width = 65 Height = 25 Hint = 'Add this server to list.' Caption = '&Add' TabOrder = 5 OnClick = ButtonAddClick end object ButtonUpdate: TButton Left = 230 Top = 151 Width = 65 Height = 25 Hint = 'Update this server.' Caption = '&Update' TabOrder = 6 OnClick = ButtonUpdateClick end object ButtonDelete: TButton Left = 304 Top = 151 Width = 65 Height = 25 Hint = 'Delete this server.' Caption = '&Delete' TabOrder = 7 OnClick = ButtonDeleteClick end end object TabSheetEffect: TTabSheet Caption = 'Effect' object FxLabel5: TFxLabel Left = 16 Top = 16 Width = 73 Height = 25 Alignment = taCenter BevelOuter = bvNone Caption = 'Animation : ' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object FxLabel6: TFxLabel Left = 17 Top = 50 Width = 52 Height = 25 Alignment = taCenter BevelOuter = bvNone Caption = 'Sound : ' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object FxLabel14: TFxLabel Left = 18 Top = 84 Width = 76 Height = 25 Alignment = taCenter BevelOuter = bvNone Caption = 'High Light 1 :' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object FxLabel15: TFxLabel Left = 18 Top = 118 Width = 76 Height = 25 Alignment = taCenter BevelOuter = bvNone Caption = 'High Light 2 :' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object FxLabel16: TFxLabel Left = 18 Top = 152 Width = 76 Height = 25 Alignment = taCenter BevelOuter = bvNone Caption = 'High Light 3 :' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object EditSound: TEdit Left = 107 Top = 50 Width = 165 Height = 24 Hint = 'Sound plays when find new mail.' AutoSize = False TabOrder = 1 end object EditAnimation: TEdit Left = 107 Top = 16 Width = 165 Height = 24 Hint = 'Animation diaplays when find new mail.' AutoSize = False TabOrder = 0 Text = 'e.avi' end object ButtonAnimation: TButton Left = 288 Top = 16 Width = 75 Height = 25 Hint = 'Click to choose an animation.' Caption = '&Browse' TabOrder = 5 OnClick = SelectFile end object ButtonSound: TButton Left = 288 Top = 50 Width = 75 Height = 25 Hint = 'Click to choose a sound.' Caption = 'B&rowse' TabOrder = 6 OnClick = SelectFile end object EditHighLight1: TEdit Left = 107 Top = 85 Width = 165 Height = 24 Hint = 'Highligh the mail with this keyword.' AutoSize = False CharCase = ecUpperCase TabOrder = 2 end object EditHighLight2: TEdit Left = 107 Top = 118 Width = 165 Height = 24 Hint = 'Highligh the mail with this keyword.' AutoSize = False CharCase = ecUpperCase TabOrder = 3 end object EditHighLight3: TEdit Left = 107 Top = 152 Width = 165 Height = 24 Hint = 'Highligh the mail with this keyword.' AutoSize = False CharCase = ecUpperCase TabOrder = 4 end object ButtonColor1: TButton Left = 288 Top = 84 Width = 75 Height = 25 Hint = 'Click to change highlight color.' Caption = '&Color' TabOrder = 7 OnClick = ButtonColorClick end object ButtonColor2: TButton Left = 288 Top = 117 Width = 75 Height = 25 Hint = 'Click to change highlight color.' Caption = 'C&olor' TabOrder = 8 OnClick = ButtonColorClick end object ButtonColor3: TButton Left = 288 Top = 151 Width = 75 Height = 25 Hint = 'Click to change highlight color.' Caption = 'Co&lor' TabOrder = 9 OnClick = ButtonColorClick end end object TabSheetDialUp: TTabSheet Caption = 'DialUp' object FxLabel17: TFxLabel Left = 42 Top = 10 Width = 93 Height = 26 Alignment = taCenter BevelOuter = bvNone Caption = 'Enable dial up' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object FxLabel18: TFxLabel Left = 19 Top = 100 Width = 55 Height = 26 Alignment = taCenter BevelOuter = bvNone Caption = 'Dail to : ' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object FxLabel19: TFxLabel Left = 22 Top = 130 Width = 48 Height = 26 Alignment = taCenter BevelOuter = bvNone Caption = 'Login : ' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object FxLabel20: TFxLabel Left = 189 Top = 10 Width = 173 Height = 26 Alignment = taCenter BevelOuter = bvNone Caption = 'Check only when connected' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object FxLabel21: TFxLabel Left = 22 Top = 161 Width = 73 Height = 26 Alignment = taCenter BevelOuter = bvNone Caption = 'Password : ' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object FxLabel22: TFxLabel Left = 20 Top = 38 Width = 56 Height = 26 Alignment = taCenter BevelOuter = bvNone Caption = 'Redial : ' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object FxLabel23: TFxLabel Left = 22 Top = 69 Width = 58 Height = 26 Alignment = taCenter BevelOuter = bvNone Caption = 'Interval : ' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object FxLabel24: TFxLabel Left = 177 Top = 38 Width = 39 Height = 26 Alignment = taCenter BevelOuter = bvNone Caption = 'times.' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object FxLabel25: TFxLabel Left = 177 Top = 69 Width = 31 Height = 26 Alignment = taCenter BevelOuter = bvNone Caption = 'sec.' Color = clBtnFace ParentColor = False TextStyle = tsRaised end object CheckBoxDialUp: TCheckBox Left = 23 Top = 15 Width = 14 Height = 17 Hint = 'Check this if using a modem.' TabOrder = 0 OnClick = CheckBoxDialUpClick end object CheckBoxConnectedOnly: TCheckBox Left = 170 Top = 15 Width = 15 Height = 17 Hint = 'Check mail only when you are online.' Caption = 'CheckBoxConnectedOnly' TabOrder = 1 end object ComboBoxEntry: TComboBox Left = 104 Top = 101 Width = 145 Height = 24 Hint = 'Choose an entry to dial up.' DropDownCount = 10 ItemHeight = 0 TabOrder = 4 end object EditDialUpLogin: TEdit Left = 104 Top = 131 Width = 145 Height = 24 Hint = 'Login name for dial up.' TabOrder = 5 end object EditDialUpPassword: TEdit Left = 104 Top = 162 Width = 145 Height = 24 Hint = 'Password for dial up.' PasswordChar = '*' TabOrder = 6 end object EditRedial: TEdit Left = 104 Top = 39 Width = 64 Height = 24 Hint = 'Redial if busy.' TabOrder = 2 Text = '2' OnChange = EditIntegerChange end object EditRedialInterval: TEdit Left = 104 Top = 70 Width = 64 Height = 24 Hint = 'Pause interval between redial.' TabOrder = 3 Text = '30' OnChange = EditIntegerChange end end end object OpenDialog: TOpenDialog FileEditStyle = fsEdit Filter = 'Program Files (*.EXE)|*.EXE|Animation Files (*.AVI)|*.AVI|Sound ' + 'Files (*.WAV)|*.WAV|All Files (*.*)|*.*' Options = [ofPathMustExist, ofFileMustExist] Left = 360 Top = 8 end object FontDialog: TFontDialog Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] MinFontSize = 0 MaxFontSize = 18 Options = [fdNoVectorFonts, fdLimitSize] Left = 328 Top = 8 end object ColorDialog: TColorDialog Ctl3D = True Options = [cdPreventFullOpen] Left = 295 Top = 8 end end